projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f75c4
)
Require eshell.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Nov 2002 09:43:35 +0000
(09:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Nov 2002 09:43:35 +0000
(09:43 +0000)
lisp/eshell/em-script.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-script.el
b/lisp/eshell/em-script.el
index af7250b553c627e6da7d7de944f002ab4a490b3d..ebb33f7ed48591b03ccca7d5d99c97fc70085b1e 100644
(file)
--- a/
lisp/eshell/em-script.el
+++ b/
lisp/eshell/em-script.el
@@
-25,6
+25,8
@@
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
+
(defgroup eshell-script nil
"This module allows for the execution of files containing Eshell
commands, as a script file."